home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_8445.txt < prev    next >
Text File  |  1990-08-24  |  5KB  |  233 lines

  1. -- card: 8445 from stack: in.0
  2. -- bmap block id: 6688
  3. -- flags: 0000
  4. -- background id: 8162
  5. -- name: animTitle2
  6.  
  7.  
  8. -- part 8 (field)
  9. -- low flags: 81
  10. -- high flags: 2000
  11. -- rect: left=165 top=9 right=59 bottom=322
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 174
  16. -- text size: 24
  17. -- style flags: 256
  18. -- line height: 24
  19. -- part name: section 1:
  20.  
  21.  
  22. -- part 9 (field)
  23. -- low flags: 81
  24. -- high flags: 2000
  25. -- rect: left=165 top=9 right=59 bottom=322
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 174
  30. -- text size: 24
  31. -- style flags: 256
  32. -- line height: 24
  33. -- part name: section 2:
  34.  
  35.  
  36. -- part 26 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=473 top=17 right=50 bottom=508
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 178 / 178
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: mainMenuIcon
  48. ----- HyperTalk script -----
  49. -- "hilite" is in the stack script
  50. on mouseUp
  51.   hilite the target, 1, 20
  52.   visual dissolve
  53.   go cd "go to main menu"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 10 (field)
  59. -- low flags: 81
  60. -- high flags: 2000
  61. -- rect: left=165 top=9 right=59 bottom=322
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 174
  66. -- text size: 24
  67. -- style flags: 256
  68. -- line height: 24
  69. -- part name: section 3:
  70.  
  71.  
  72. -- part 13 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=144 top=64 right=93 bottom=339
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: menuTitle
  84.  
  85.  
  86. -- part 14 (button)
  87. -- low flags: 00
  88. -- high flags: 0001
  89. -- rect: left=473 top=24 right=56 bottom=505
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 28467 / 28467
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: grey1
  98.  
  99.  
  100. -- part 17 (button)
  101. -- low flags: 00
  102. -- high flags: 0001
  103. -- rect: left=79 top=124 right=179 bottom=136
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: section 1:
  112.  
  113.  
  114. -- part 18 (button)
  115. -- low flags: 00
  116. -- high flags: 0001
  117. -- rect: left=79 top=194 right=249 bottom=134
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: section 2:
  126.  
  127.  
  128. -- part 21 (button)
  129. -- low flags: 00
  130. -- high flags: 2000
  131. -- rect: left=474 top=195 right=224 bottom=506
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 24471 / 24471
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: MapBtn
  140. ----- HyperTalk script -----
  141. -- "DisSpeed" holds the speed to use for visual effects
  142. on mouseUp
  143.   global DisSpeed
  144.   visual DisSpeed
  145.   go "‚Ä¢HC 2.0-3"
  146. end mouseUp
  147.  
  148.  
  149.  
  150. -- part 22 (button)
  151. -- low flags: 00
  152. -- high flags: 2000
  153. -- rect: left=474 top=235 right=264 bottom=506
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 10112 / 10112
  156. -- text alignment: 1
  157. -- font id: 0
  158. -- text size: 12
  159. -- style flags: 0
  160. -- line height: 16
  161. -- part name: HomeBtn
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   answer "What do you want to do?" with "Cancel" or "Quit" or "Go Home"
  165.   if it is not "Cancel" then
  166.     global CameFrom,stakName
  167.     put the short name of this cd into CameFrom
  168.     put the short name of this stack into stakName
  169.     if it is "Quit" then doMenu "Quit HyperCard"
  170.     else if it is "Go Home" then doMenu "Home"
  171.   end if
  172. end mouseUp
  173.  
  174.  
  175.  
  176. -- part 15 (button)
  177. -- low flags: 00
  178. -- high flags: 0001
  179. -- rect: left=473 top=14 right=46 bottom=505
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 28467 / 28467
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: grey2
  188.  
  189.  
  190. -- part 29 (field)
  191. -- low flags: 01
  192. -- high flags: 0000
  193. -- rect: left=140 top=62 right=91 bottom=463
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 0
  197. -- font id: 174
  198. -- text size: 24
  199. -- style flags: 8448
  200. -- line height: 32
  201. -- part name: menuTitle
  202.  
  203.  
  204. -- part 30 (button)
  205. -- low flags: 00
  206. -- high flags: 0001
  207. -- rect: left=79 top=264 right=320 bottom=134
  208. -- title width / last selected line: 0
  209. -- icon id / first selected line: 0 / 0
  210. -- text alignment: 1
  211. -- font id: 0
  212. -- text size: 12
  213. -- style flags: 0
  214. -- line height: 16
  215. -- part name: section 3:
  216.  
  217.  
  218. -- part contents for card part 8
  219. ----- text -----
  220. The Basic Menu
  221.  
  222. -- part contents for card part 9
  223. ----- text -----
  224. Nuts & Bolts Menu
  225.  
  226. -- part contents for card part 10
  227. ----- text -----
  228. Support
  229. Menu
  230.  
  231. -- part contents for card part 29
  232. ----- text -----
  233. M A I N   M E N U